home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / ipx_netx / mproot / readme.dos < prev    next >
Text File  |  1989-10-20  |  5KB  |  100 lines

  1.  
  2.  
  3. Readme file for 3.0 NetWare DOS Shell
  4.  
  5. WHEN RUNNING NETWARE V2.12 OR BELOW DO NOT RUN BINDFIX!
  6.  
  7. Extreme caution has been taken to insure compatibility with 2.0a servers on up
  8. to 3.0 servers.  However, this product has not been released with any other 
  9. product besides NetWare 386 v3.0.  Novell will not support any fixes to the 3.0 
  10. shell that are not NetWare 386 related. 
  11. Reports of incompatibilities are, however welcome.
  12.  
  13.  
  14. New Functionality:
  15.  
  16.       "Fake Roots" ability has been added to simulate the SUBST command that 
  17.       DOS provides.  The fake root feature will effectively set the root of a 
  18.       given drive to the directory designated by the user instead of to the 
  19.       volume.  For example: before fake roots, a drive designation of F:\ would 
  20.       refer to the directory at the volume (ie. SERVER/SYS:) that the drive was 
  21.       mapped to.  Now a user may designate the root to this drive to be SERVER/
  22.       SYS:USERS/ME.  Now when F:\ is used it refers to SERVER/SYS:USER/ME. This 
  23.       is most helpful for programs which wish to open files on the root of the 
  24.       current drive.
  25.  
  26. Map a drive to a fake root directory:
  27.  
  28.       Some applications read files from and write files to the root directory.  
  29.       Since you do not want users working at the root level, you can map a 
  30.       drive to a fake root level, you can map a drive to a fake root directory 
  31.       where the user has rights.
  32.  
  33.       Map to default drive
  34.       (These instructions apply to the 3.0 MAP utility.)
  35.       Suppose you are user TERRY on file server COUNT and your default drive is
  36.       mapped as follows:  F: = COUNT/SYS:HOME/TERRY  You need access to the 
  37.       root directory to run one of your applications.  Since you don't have 
  38.       rights to the root directory, map a fake root to TERRY where you do have 
  39.       all rights.  Type MAP ROOT F:=HOME/TERRY  The default file server and 
  40.       volume are COUNT/SYS, so you don't need to include them in the command.  
  41.       When you type MAP, you see a double space and slash after TERRY, 
  42.       indicating that the root directory for drive F is now TERRY:
  43.       F: = COUNT/SYS:HOME/TERRY  /  
  44.       Note:  From a fake root, you cannot use the DOS CD command to return to 
  45.       the original root.  To change the fake root back to the original root, 
  46.       remap the drive.
  47.  
  48.       Map to another file server
  49.       Suppose you are attached to filer servers COUNT and MKTG.  Your default 
  50.       server is COUNT, but you need to create a fake root directory on server 
  51.       MKTG so you can use accounting applications.  Your drive mapping to 
  52.       accounting applications on server MKTG is as follows:  H: = MKTG/SYS:
  53.       ACCT/TERRY  From any drive on server COUNT, type MAP ROOT H: = MKTG/SYS:
  54.       ACCT/TERRY  Change to server MKTG and type MAP.  You will see the 
  55.       following:  H: = MKTG/SYS:ACCT/TERRY  /
  56.  
  57.       Map a new directory
  58.       Suppose you are attached to files servers COUNT and MKTG.  Your default 
  59.       server is COUNT, but you want to map a fake root to directory ACCT on 
  60.       file server MKTG.  From any drive on server COUNT type  MAP ROOT H: =
  61.       MKTG/SYS:ACCT  The fake root directory of drive H on server MKTG is now
  62.       ACCT. Type MAP H: = MKTG/SYS:ACCT  /  The double space and slash after 
  63.       ACCT indicate that ACCT is the root directory for drive H.  If you change 
  64.       to subdirectory TERRY, you see H: = MKTG/SYS:ACCT  /TERRY
  65.  
  66.  
  67. New Functionality:
  68.  
  69.       Windows and other programs which display directories to be "clicked" on 
  70.       to change the current directory previously could not select directories 
  71.       "." and ".." when on a drive which was mapped to the server.  This is 
  72.       because NetWare does not create these entries in its directory structure 
  73.       to conserve space.  Now the shell returns these "directories" on 
  74.       appropriate FindFirst and FindNext directory searches.
  75.  
  76.  
  77. New Functionality:
  78.  
  79.       Additional parameters have been added to the SHELL.CFG file to allow 
  80.       users to specify additional configuration specifics. MAX CUR DIR LENGTH 
  81.       = ### allows the user to specify the maximum path length returned on a 
  82.       "Get Current Directory" call. DOS specifies 64 bytes as its length but 
  83.       NetWare has always returned 128 bytes in the past, breaking some programs 
  84.       which only provided a 64 byte buffer.  The default for this parameter is
  85.       64. Also, the MAX PATH LENGTH = ### allows users to specify the maximum 
  86.       path lengths which will be valid for DOS calls.  Again, DOS specifies a 
  87.       max path of 128 bytes being valid.  Since NetWare paths can be up to 225 
  88.       bytes in length, the user can change this if needed.  The default for 
  89.       this parameter is 255.
  90.  
  91. ==============================================================================
  92. NOTE: As you implement the information in this Readme file, if you have any
  93.       questions or have any problems implementing the Maproot utility,
  94.       please route them via Easyplex to Grant Echols 76247,2232...
  95.  
  96.  
  97.  
  98.  
  99.  
  100.